Drop unnecessary type check in varref and varset byte ops
authorMattias Engdegård <mattiase@acm.org>
Thu, 18 Apr 2024 10:26:10 +0000 (12:26 +0200)
committerMattias Engdegård <mattiase@acm.org>
Thu, 18 Apr 2024 11:55:47 +0000 (13:55 +0200)
commitdba115d6bcbc955858526740254bd9a169830d7e
treed579d739fff9cda0c30b33865fbe204c6329026b
parentd29d4a1d7b07806291b95792a821f8937746a467
Drop unnecessary type check in varref and varset byte ops

* src/bytecode.c (exec_byte_code):
We can safely assume that the immediate argument to varref and varset
is a bare symbol; the byte-compiler should guarantee that.
src/bytecode.c